ul,
ol,
li,
div {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.ft-carousel .carousel-item img {
	width: 100%;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 99%;
	text-align: right;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #fa9807;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 0;
	
}

.ft-carousel .carousel-next-btn {
	right: 0;
	
}




.example {
	width: 960px;
	height: 325px;
	font-size: 40px;
	text-align: right;
	margin: 0px auto;
}
.carousel-item{line-height: 325px;color: #fff;text-align: right;font-family:  Arial Black}

.exampleee{height:0;visibility: hidden;}

@media only screen and (max-width:800px) {
.exampleee{height:auto;visibility: inherit;}
.ft-carousel .carousel-item img{width:100vw;height:auto}
	
.arkBar img{width:100vw;height:auto}
	
	
.example {
width:100vw;
height:calc((325 / 960) * 100vw);
   margin:0px auto ;
   position: relative;
   overflow: hidden;
}






}





